chore: improve contributor experience (docs/scaffold/CODEOWNERS/stale)#36
Merged
chore: improve contributor experience (docs/scaffold/CODEOWNERS/stale)#36
Conversation
…cialDataSplitter + align sandbox test exceptions - Add MomentumAdapter to stratevo.strategies.__init__ (was in combiner.py but not exported) - Add ModelSelector, PredictionTracker, FinancialDataSplitter to stratevo.ml.__init__ - Security sandbox tests: add ValueError to expected exceptions (sandbox raises ValueError for forbidden calls)
- Fix CONTRIBUTING.md: finclaw → stratevo in clone URL and issue links - Fix SECURITY.md: update supported versions (add 6.x.x, 5.x.x security-only) - Scaffold: auto-place factor source in stratevo/factor_registry/builtin/ and tests in tests/ - Add CODEOWNERS for auto-assigned PR reviews - Add stale bot workflow (30 days stale, 14 days to close) - Add note about first-time fork contributor CI approval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improvements for contributor experience as the repo starts receiving community PRs.
Changes
Fixes (stale/incorrect docs)
finclaw→ fixed tostratevoEnhancements
stratevo scaffold factornow auto-detects the repo root and places source instratevo/factor_registry/builtin/and tests intests/(previously dumped both in CWD, which caused PR feat: implement VWAP factor (#18) #23 to put files in the wrong location)Remaining (needs GitHub UI)
Testing